Definition at line 70 of file CImageManager.hpp.
| Exponent::GUI::Graphics::CImageManager::CImageReference::CImageReference | ( | ) |
Construction
| Exponent::GUI::Graphics::CImageManager::CImageReference::CImageReference | ( | IImage * | image, | |
| const CString & | referenceName | |||
| ) |
Construction
| image | The image to store | |
| referenceName | The name of the image |
| virtual Exponent::GUI::Graphics::CImageManager::CImageReference::~CImageReference | ( | ) | [virtual] |
Destruction
| IImage* Exponent::GUI::Graphics::CImageManager::CImageReference::getImage | ( | ) | [inline] |
Get the image
| IImage* | The image |
Definition at line 117 of file CImageManager.hpp.
References m_image.
Referenced by Exponent::GUI::Graphics::CImageManager::CAnimationReference::getImage().
| const CString& Exponent::GUI::Graphics::CImageManager::CImageReference::getReferenceName | ( | ) | const [inline] |
Get teh reference name
| const | CString& The name of the image |
Definition at line 123 of file CImageManager.hpp.
References m_referenceName.
Referenced by Exponent::GUI::Graphics::CImageManager::CAnimationReference::getReferenceName().
| void Exponent::GUI::Graphics::CImageManager::CImageReference::setImage | ( | IImage * | image | ) | [inline] |
Set the image
| image | The image to store |
Definition at line 103 of file CImageManager.hpp.
References EXCHANGE_COUNTED_OBJECTS, and m_image.
Referenced by Exponent::GUI::Graphics::CImageManager::CAnimationReference::setImage().
| void Exponent::GUI::Graphics::CImageManager::CImageReference::setReferenceName | ( | const CString & | referenceName | ) | [inline] |
Set the reference name
| referenceName | The name of the image |
Definition at line 109 of file CImageManager.hpp.
References m_referenceName.
Referenced by Exponent::GUI::Graphics::CImageManager::CAnimationReference::setReferenceName().
The image
Definition at line 131 of file CImageManager.hpp.
Referenced by getImage(), and setImage().
The name
Definition at line 132 of file CImageManager.hpp.
Referenced by getReferenceName(), and setReferenceName().